home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / event.d / logd < prev    next >
Text File  |  2008-09-29  |  299b  |  17 lines

  1. # logd
  2. #
  3. # This service is started automatically by init so that the output from
  4. # other services can be logged.
  5.  
  6. description    "service logging daemon"
  7. author        "Scott James Remnant <scott@ubuntu.com>"
  8.  
  9. stop on runlevel 0
  10. stop on runlevel 1
  11. stop on runlevel 6
  12.  
  13. console output
  14.  
  15. exec /sbin/logd
  16. respawn
  17.